post
[Not ready for production] Batch
{{protocol}}://{{url}}/{{version}}/batch
Execute multiple API queries at once.
Permissions: none.
Authentication
Authentication inherited from the collection: Bearer .Body
{
"payload": [
{
"method": "GET",
"route": "items",
"data": {
"_key": "{{meKey}}"
}
},
{
"method": "GET",
"route": "items",
"data": {
"_key": "{{meKey}}"
}
}
]
}
Query events
Previous
Status
Next